Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Runtime Invocation Functions /


JMGetVerifyMode

Gets the state of the code verifier for an existing session.

OSStatus JMGetVerifyMode (
                     JMSessionRef session, 
                     JMVerifierOptions* verifierOptions);
session
The session whose code verifier mode you wish to set.
verifierOptions
A pointer to a code verifier option. on return, this parameter is the state of the code verifier. See "Session Security Indicators" for a list of possible values.
function result
A result code; see "JManager Result Codes".
DISCUSSION
The code verifier checks to see that the Java code is valid and that it does not attempt any illegal actions that could affect the host platform. You set the code verifier either when instantiating the session (using the JMOpenSession function) or by calling the JMSetVerifyMode function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997